home *** CD-ROM | disk | FTP | other *** search
/ Download Now 8 / Download Now V8.iso / Program / InternetTools / PowerBrowser / _SETUP.1 / PowerBrowser.exe / 1033 / HTML / TRANSLATE < prev   
Encoding:
Text File  |  1999-12-15  |  2.9 KB  |  70 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Go Translator</TITLE>
  4. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
  5. <SCRIPT Language="VBScript">
  6.     Sub Translate
  7.         Dim stURL
  8.  
  9.         stURL = "http://translator.go.com/?input_type=url&"
  10.         stURL = stURL & "lp=" & Document.systran.lp.value
  11.         
  12.  
  13.         Window.Location = stURL
  14.     End Sub
  15. </SCRIPT>
  16. </HEAD>
  17.  
  18. <BODY BGCOLOR="#FFFFFF" TOPMARGIN="0" BOTTOMMARGIN="0" LEFTMARGIN="0" RIGHTMARGIN="0">
  19.  
  20. <!-- Begin Current URL translate module --> 
  21. <DIV ALIGN="CENTER">
  22. <table width=347 border=0 cellspacing=0 cellpadding=0 height=37>
  23.   <tr>
  24.     <td width=11 NOWRAP height=23><spacer type=block width=11 height=18></td>
  25.     <td rowspan=2 valign=bottom height=37 NOWRAP><a href="http://www.go.com/?svx=transkit_logo"><img src="http://translator.go.com/images/88x37_transkit.gif" border=0 width=88 height=37 alt=""></a></td>
  26.     <td width=299 height=23><spacer type=block width=1 height=18></td>
  27.   </tr>
  28.   <tr>
  29.     <td valign=top width=11 NOWRAP height=14 bgcolor=000000><img src="http://translator.go.com/images/6x14_left_rounded_edge.gif" border=0 width=6 height=14 alt=""></td>
  30.     <td width=299 height=14 bgcolor=000000><spacer type=block width=1 height=14></td>
  31.   </tr>
  32. </table>
  33. <table width=347 border=0 cellspacing=0 cellpadding=1 bgcolor=000000>
  34.   <tr>
  35.     <td> 
  36.       <table width=100% border=0 cellspacing=0 cellpadding=2 bgcolor=ffffff>
  37.         <FORM NAME="systran" ACTION="http://translator.go.com/" METHOD=GET>
  38.           <input type="hidden" name="input_type" value="url">
  39.           <input type="hidden" name="url" value="" >
  40.           <tr>
  41.             <td rowspan=3 width=2 NOWRAP><spacer type=block width=2 height=1></td>
  42.             <td><font face=geneva,arial size=2><b>Translate this page from</b></font><BR> 
  43.               <SELECT NAME="lp" >
  44.                 <OPTION VALUE="en_fr"> English to French 
  45.                 <OPTION VALUE="en_sp"> English to Spanish 
  46.                 <OPTION VALUE="en_ge"> English to German 
  47.                 <OPTION VALUE="en_it"> English to Italian 
  48.                 <OPTION VALUE="en_pt"> English to Portuguese 
  49.                 <OPTION VALUE=""> =============== 
  50.                 <OPTION VALUE="fr_en"> French to English 
  51.                 <OPTION VALUE="sp_en"> Spanish to English 
  52.                 <OPTION VALUE="ge_en"> German to English 
  53.                 <OPTION VALUE="it_en"> Italian to English 
  54.                 <OPTION VALUE="pt_en"> Portuguese to English 
  55.               </SELECT>
  56.                
  57.               <INPUT TYPE="button" VALUE="Translate" onClick="Translate()">
  58.               <br>
  59.               <font face=geneva,arial size=1>powered by</font><font face=geneva,arial size=2> <a href="http://www.systransoft.com/english/products/personal/go_personal.html">SYSTRAN 
  60.               Translation Software</a></font>
  61.         </form>
  62.       </TABLE>
  63.     </td>
  64.   </tr>
  65. </table>
  66. </DIV>
  67. <p> <!-- End Current URL translate module --> 
  68. </BODY>
  69. </HTML>
  70.